Skip to main content
Version: 2.x.x

CommandMapperType


import { CommandMapperType } from "@hyper-fetch/core"

Description

Defined in command/command.types.ts:164

Preview

type CommandMapperType<RequestDataType,MappedData> = (data: RequestDataType) => MappedData;

Structure

(data: RequestDataType) => MappedData